c# apend row in text fole txt

64

c# apend row in text fole txt -

File.AppendAllText(@"c:\path\file.txt", "text content" + Environment.NewLine);

Comments

Submit
0 Comments